home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / MISCEOUS / DISKZINE.LZH / POEMS.BAT < prev    next >
DOS Batch File  |  1988-07-31  |  874b  |  42 lines

  1. echo off
  2. rem Poems.bat
  3. :begin
  4. cls
  5. echo                     Alternate Dimensions of Reality
  6. echo                               issue one
  7. echo .
  8. echo                               Poem Menu
  9. echo .
  10. echo           F1 - Womansong, A Journal of Pure Dignity
  11. echo                     Rainbow T'Pyr
  12. echo .
  13. echo           F2 - Transition of a Lady
  14. echo                     Rainbow T'Pyr
  15. echo .
  16. echo           F3 - The Watchdogs
  17. echo                     Rainbow T'Pyr
  18. echo .
  19. funky/ldl/    enter choice or ESC to return to main menu
  20. if not errorlevel 1 goto esc
  21. if not errorlevel 59 goto begin
  22. if errorlevel 62 goto begin
  23. if errorlevel 61 goto f3_typed
  24. if errorlevel 60 goto f2_typed
  25. cls
  26. more < womansng.doc
  27. pause
  28. goto begin
  29. :f2_typed
  30. cls
  31. more < ladytran.doc
  32. pause
  33. goto begin
  34. :f3_typed
  35. cls
  36. more < watchdog.doc
  37. pause
  38. goto begin
  39. :esc
  40. mainmenu
  41.  
  42.